libostree: remove unused libmount include
authorAlyssa Ross <hi@alyssa.is>
Fri, 14 Feb 2025 11:29:46 +0000 (12:29 +0100)
committerAlyssa Ross <hi@alyssa.is>
Fri, 14 Feb 2025 11:29:46 +0000 (12:29 +0100)
As far as I can tell, this hasn't been used since
9a526bba ("sysroot: Handle ro /boot but rw /sysroot").

src/libostree/ostree-sysroot-deploy.c

index 7fb83f0c2cb8d85fbc524936c3ea01ee360dff38..37e7774bab030a7f3c480e7440171c01d931c751 100644 (file)
@@ -32,9 +32,6 @@
 #include <sys/socket.h>
 #include <sys/statvfs.h>
 
-#ifdef HAVE_LIBMOUNT
-#include <libmount.h>
-#endif
 #ifdef HAVE_LIBSYSTEMD
 #include <systemd/sd-journal.h>
 #endif